home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishcontents / 301-325 / contents_321 < prev    next >
Text File  |  1992-05-06  |  3KB  |  59 lines

  1. This is disk 321 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. DezHexBin    An intuition based programmers tool to convert integers
  6.         between decimal, hexadecimal, and binary.  Very small.
  7.         Version 1.1, includes source in assembly code.
  8.         Author:  Michael Djavidan
  9.  
  10. IconJ        IconJ significantly enhances the IconX program, and is
  11.         100% compatible.  It allows scripts to be executed by
  12.         double-clicking the script's icon.  Abilities include
  13.         joining the script with the icon file itself, or calling
  14.         it from any directory or disk, executing either AmigaDOS
  15.         or ARexx scripts, outputing to any file or device, running
  16.         interactive scripts and scripts that contain conditionals,
  17.         and creating relative console windows.  Includes a utility
  18.         called AtatJ which attaches or detaches a script to/from
  19.         an icon file.  Version 1.0, includes source in JForth.
  20.         Author:  Rich Franzen
  21.  
  22. Ifs        An Iterated Function System viewer which graphically
  23.         displays iterated function systems and allows the user
  24.         to interactively create the affine functions that define
  25.         such systems.  An IFS can represent complex pictures very
  26.         compactly.  Simple IFSs can describe an infinite number of
  27.         different and interesting fractal displays.  Includes a
  28.         number of displays that the author and others have
  29.         discovered.  Version 1.5, includes source in C.
  30.         Author:  Glen Fullmer
  31.  
  32. Planets        Some routines ported to the Amiga by Bob Leivian, that
  33.         compute the location of the planets (as viewed from a
  34.         specific point on the earth) and the phase of the moon,
  35.         for an arbitrary date and time.  Includes source.
  36.         Author:  Keith Brandt VIII, Jim Cobb, F. T. Mendenhall,
  37.              Alan Paeth, Petri Launiainen, Bob Leivian
  38.  
  39. Turtle        A shared library of "turtle" functions for drawing in a
  40.         RastPort.  Includes source in assembly and C.
  41.         Author:  Thomas Albers
  42.  
  43. UnixDirs    A program which intercepts calls to dos.library to add
  44.         the UNIX style '.' and '..' syntax for current and parent
  45.         directories, respectively, to file and path names.  I.E.,
  46.         you can refer to files in the current directory as './foo'
  47.         and files in the parent directory as '../foo', or any
  48.         combination of the two.  Includes source in assembly.
  49.         Author:  Murray Bennett and Mark Cyster
  50.  
  51. Whereis        Another "find-that-file" utility.  Whereis searches on your
  52.         (hard-)disk for a file(name) and displays the path to that
  53.         file.  Some features are case independent search, wildcards,
  54.         interactive mode (cd implemented), can display size and date
  55.         of files, always abortable, can archive filenames for "ZOO"
  56.         (like fnams/recurdir), and no recursive procedures. Includes
  57.         source in C.  Version 1.18 (2-15-90).
  58.         Author: Roland Bless
  59.